Skip to content

fix(ci): update x86_64-apple-darwin runner from deprecated macos-13#1155

Merged
chaliy merged 1 commit intomainfrom
fix/macos-13-runner-deprecated
Apr 8, 2026
Merged

fix(ci): update x86_64-apple-darwin runner from deprecated macos-13#1155
chaliy merged 1 commit intomainfrom
fix/macos-13-runner-deprecated

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 8, 2026

Summary

  • Updates x86_64-apple-darwin CLI binary build runner from deprecated macos-13 to macos-latest
  • Updates the runner table in specs/008-release-process.md to match
  • Cross-compilation works since the Rust toolchain step already adds the x86_64-apple-darwin target

Closes #1153

Test plan

  • CI passes on this PR
  • Next release dispatch of cli-binaries.yml builds all three targets successfully

macos-13 is deprecated by GitHub Actions, causing CLI binary builds to
fail. Cross-compilation from ARM64 macos-latest works since the Rust
toolchain step already adds the x86_64-apple-darwin target.

Closes #1153
@chaliy chaliy merged commit e40fd9e into main Apr 8, 2026
11 checks passed
@chaliy chaliy deleted the fix/macos-13-runner-deprecated branch April 8, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci): CLI binary build fails for x86_64-apple-darwin (macos-13 runner deprecated)

1 participant